home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / NETDEFS.IN_ / netdefs.inf
INI File  |  1996-07-12  |  4KB  |  94 lines

  1. ;
  2. ; This file allows a Network Administrator(NA) to customize over the network
  3. ; installations.  This file can be modified on the network share containing
  4. ; the installation files.
  5. ;
  6. ;
  7.  
  8. ; [DefaultProtocols]
  9. ;     This sections allows the NA to modify which protocols are listed and 
  10. ; selected in the Network Wizard Protocols Page.  The keys defined in this 
  11. ; section are the option name of the protocol to install.  See the 
  12. ; Protocol INFs (OemNxp*.inf) for the additional option names.
  13. ;     The install flags define when the option should be checked.  If the
  14. ; option is listed, but has no value, then the item will listed but it
  15. ; will not be checked on any install.
  16. ;
  17. ;  Option Names - 
  18. ;    NBF          - NetBEUI
  19. ;    NWLNKIPX     - NWLink IPX
  20. ;    TC           - TCP/IP
  21. ;
  22. ;  Install flags
  23. ;    LAPTOP       - if the user selects laptop install
  24. ;    PDC          - if this is a PDC install
  25. ;    SDC          - if this is a SDC (secondary domain controller) or BDC install
  26. ;    SERVER       - if this is a Stand-Alone Server install (not PDC or SDC)
  27. ;    WORKSTATION  - if this is a Workstation install
  28. ;    <empty>      - list it, but do not check it for install
  29. ;
  30. ;  The list defaults to:
  31. ;    NBF               =  LAPTOP, SERVER, PDC, SDC
  32. ;    NWLNKIPX          =  WORKSTATION, SERVER, PDC, SDC
  33. ;    TC                = 
  34. ;
  35. ;
  36.  
  37. [DefaultProtocols]
  38. ;   <protocol option> = <install flags>
  39.     NBF               =  
  40.     NWLNKIPX          =  SERVER, PDC, SDC
  41.     TC                =  WORKSTATION, SERVER, PDC, SDC
  42.  
  43. [UpgradeNetComponents]
  44. ; This section allows the NA or OEM to specify what network
  45. ; components should be upgraded.
  46. ;
  47. ;   <Option>          = <Manufacturer names>
  48. ;   Include           = Microsoft, DigiBoard  
  49. ;   IncludeAll        = 
  50. ;
  51. ;  <Option> - 
  52. ;    Include - Upgrade Manufacturer names of network components 
  53. ;              that appear in the Software\<Manufacturer> 
  54. ;              part of the registry
  55. ; IncludeAll - If this option appears in this section,
  56. ;              upgrade any network component that appear in the 
  57. ;              Software\<any> part of the registry
  58. ;
  59. ;  <Manufacturer names> -
  60. ;   Case insensitive name that is used in the registry under the
  61. ;   software key.
  62. ;
  63. ; Note however: The only inf files that will be run during 
  64. ; upgrade are the ones which have a GetSignature section that
  65. ; returns MICROSOFT_FILE (indicative of the inf and the 
  66. ; software the inf installs being shipped with Windows NT 4.0).
  67. ;
  68. ; If this file is not found or some error occurs reading this
  69. ; file, Windows NT upgrade will still upgrade network components
  70. ; registered in the Software\Microsoft or Software\Digiboard
  71. ; part of the registry
  72. ;
  73. ;   The default settings are:
  74. ;   IncludeAll           = 
  75.     IncludeAll           = 
  76.  
  77. [UpgradeWarning]
  78. ; This section allows the NA or OEM to specify whether messages
  79. ; should be displayed during network upgrade.
  80. ;   <Option>        =
  81. ;   RequireWarning  = 
  82. ;
  83. ;   <Option> -
  84. ;   RequireWarning -   Warning or information messages will
  85. ;                      be put up about installed network 
  86. ;                      components during network upgrade. If
  87. ;                      this option is not present, no messages
  88. ;                      will be displayed. NOTE: On unattended
  89. ;                      upgrades, no messages will be displayed. This
  90. ;                      section is ignored
  91. ;   The default settings are:
  92. ;   RequireWarning       = 
  93.     RequireWarning       = 
  94.